It’s solved.
the .htaccess had a REWRITERULE rule that forced requests to the wp-admin directory to go over SSL. That was done in order to force admin sessions to go over SSL.
.htaccess
REWRITERULE
wp-admin
I removed that and added a plugin to do that job.
Xavier