| From: | Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io> |
| Cc: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Experiencing issues |
| Date: | 2018-03-21 15:00:57 |
| Message-ID: | CAFOhELcfBBU30Qnzj6O-XtwwMBT-fN1AewX+MFsfa6_VL0rmmA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
On Wed, Mar 21, 2018 at 8:27 PM, Joao De Almeida Pereira <
jdealmeidapereira(at)pivotal(dot)io> wrote:
> So what you are saying is that if I have a server, I need to do
> DEFAULT_SERVER=0.0.0.0 and then set the real domain on the COOKIE domain?
>
> No I am saying, whatever you set as a DEFAULT_SERVER, the app can be
accessible with that server.
As, we have explicitly set DOMAIN in the cookie setting.
> On Wed, Mar 21, 2018 at 10:55 AM Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>> On Wed, Mar 21, 2018 at 8:10 PM, Joao De Almeida Pereira <
>> jdealmeidapereira(at)pivotal(dot)io> wrote:
>>
>>> Ok Murtuza you are right,
>>> Now my question is I have the default server to 127.0.0.1 and I want to
>>> access it using localhost as well. How can I do this?
>>>
>>> No, you can't.
>> Domain based cookie will work for that domain and it's sub-domains.
>>
>>> On Wed, Mar 21, 2018 at 10:39 AM Khushboo Vashi <
>>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>>
>>>>
>>>>
>>>> On 21 Mar 2018 20:01, "Joao De Almeida Pereira" <
>>>> jdealmeidapereira(at)pivotal(dot)io> wrote:
>>>>
>>>> I tried that but still nothing. When i check in the inspector for
>>>> cookies I have none
>>>>
>>>> Share your config_local file.
>>>>
>>>> On Wed, Mar 21, 2018 at 10:30 AM Murtuza Zabuawala <murtuza.zabuawala@
>>>> enterprisedb.com> wrote:
>>>>
>>>>> Yes, that's cookie related issue (RM#3197), To fix that I added below
>>>>> in my config_local.py and it started working again,
>>>>>
>>>>> DEFAULT_SERVER = '0.0.0.0'
>>>>> COOKIE_DEFAULT_DOMAIN = SESSION_COOKIE_DOMAIN = DEFAULT_SERVER
>>>>>
>>>>> Clear your browser cookies and server side sessions.
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Murtuza Zabuawala
>>>>> EnterpriseDB: http://www.enterprisedb.com
>>>>> The Enterprise PostgreSQL Company
>>>>>
>>>>>
>>>>> On Wed, Mar 21, 2018 at 7:55 PM, Joao De Almeida Pereira <
>>>>> jdealmeidapereira(at)pivotal(dot)io> wrote:
>>>>>
>>>>>> Where can I find information about that?
>>>>>>
>>>>>> On Wed, Mar 21, 2018 at 10:16 AM Khushboo Vashi <
>>>>>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 21 Mar 2018 19:41, "Joao De Almeida Pereira" <
>>>>>>> jdealmeidapereira(at)pivotal(dot)io> wrote:
>>>>>>>
>>>>>>> Hello Hackers,
>>>>>>> Can anyone use the current master branch?
>>>>>>> When I try to open a server I get a 428. Is that only me?
>>>>>>>
>>>>>>> May be because of cookie changes.
>>>>>>> Check your config.py and config_local.py if you have done changes
>>>>>>> related to DEFAULT_SERVER in your config_local.py then you need to change
>>>>>>> other 2 cookie related variables also.
>>>>>>>
>>>>>>> Thanks
>>>>>>> Joao
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2018-03-21 15:35:03 | v3.0 release on hold |
| Previous Message | Joao De Almeida Pereira | 2018-03-21 14:57:47 | Re: Experiencing issues |