hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

HTTPS Support #356

Open akasophistikat opened 8 years ago

akasophistikat commented 8 years ago

Hello,

I'm trying to to usevagrant share --https 443 but vagrant returns a 400 Bad Request when trying to access the https URL. Has anyone been able to get this working with the Vlad project? I do have a discussion going in vagrant's google group but thought I asked here in case anyone has had success with it.

Ps. Locally, https://drupal.local does work but I can't seem to get vagrant share to work with https.

philipnorton42 commented 8 years ago

Yeah, looks like a bug. Thanks for reporting.

I get the following in the apache ssl error log:

AH02032: Hostname quick-wolf-3846 provided via SNI and hostname quick-wolf-3846.vagrantshare.com provided via HTTP are different

I'll do some digging and see what I can find :)