I have a webserver with a set of admin pages that use client certificates
to control access.

I would also like to use a letsencrypt certificate for the main site for
standard guest users.


Is is possible to set up my webserver to have

https://mywebserver.com which uses the letsencrypt certificate for standard
users

and

https://admin.mywebserver.com which uses the self signed certificate that
validates client certificates for administrative use

I would like to run only one instance of my server that listens on port 443
but will serve either style of certificate based upon the domain.

I know apache can do this with the SNI protocol.

If racket webserver does not yet support this I will build an SNI
dispatcher and share it.

Thanks,
  Curtis

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CAPChLEoMEo%3DNR8CfzrA4Yd2Z%3DgHpvC_2QFvD%3Dg%3DsXiFTBAFVZg%40mail.gmail.com.

Reply via email to